target.onAction(String action, String param, int x, int y, int p1, int p2, GuiObject source) {
if (getToken(action,";",0) == "switchto") {
String grp = getToken(action, ";", 1);
String is_subpage = getToken(action, ";", 2);
target.setXmlParam("groupid", grp);
if (is_subpage!="subpage") turnAllOffExcept(source.getParent()); // getParent because the source is the button itself, the parent is the whole group item in the bucket